mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
924 B
924 B
Added, Status
Added | Status |
---|---|
v2.0.0 | Active |
Bpm User service
Gets information about the current Process Services user.
Methods
getCurrentUserInfo(): Observable<BpmUserModel>
Gets information about the current user.
getCurrentUserProfileImage(): string
Returns the current user's profile image as a URL.
Details
The class returned by getCurrentUserInfo
is detailed
in the Bpm User model docs.
See the getProfile and getProfilePictureUrl methods in the Alfresco JS API for more information about the REST calls used by this service.