Title | Added | Status | Last reviewed |
---|---|---|---|
Identity user service |
v3.0.0 |
Active |
2019-02-08 |
Gets OAuth2 personal details and roles for users.
- findUsersByUsername(username:
string
):Observable
<any>
Finds groups filtered by username.- username:
string
- Object containing the name filter string - Returns
Observable
<any>
- List of users information
- username:
OAuth2 defines an access token (used when authenticating a user) and a number of authentication roles that the user can participate in (see this page for an introduction to OAuth2 and a description of the roles). You can use the Identity user service to access this information for users, including the current user.