Andy Stark 5fc05da7aa [ADF-4152] Updated folder structure of core docs (#4415)
* [ADF-4152] Moved core library docs into subfolders

* [ADF-4152] Moved core library docs into subfolders

* [ADF-4152] Manual fixes to core doc file links

* [ADF-4152] Further automatic + manual link tidying
2019-03-12 14:20:20 +00:00

1.4 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<BpmUserModel>
    Gets information about the current user.
  • getCurrentUserProfileImage(): string
    Gets the current user's profile image as a URL.
    • Returns string - URL string

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.

See also