1.1 KiB

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Bpm User service v2.0.0 Active 2018-11-19

Bpm User service

Gets information about the current Process Services user.

Class members

Methods

  • getCurrentUserInfo(): Observable<UserRepresentation>
    Gets information about the current user.
    • Returns [Observable` - User information object
  • getCurrentUserProfileImage(): string
    Gets the current user's profile image as a URL.
    • Returns string - URL string

Details

See the getProfile and getProfilePictureUrl methods in the Alfresco JS API for more information about the REST calls used by this service.

See also