UserSearchByIdPlexusResource

REST resource that searches for users based on a users source and partial user Id (user Id starts with xxx).

The following resources are part of this group:

/user_search/{userSource}/{userId}

Mount Point: /rest/user_search/{userSource}/{userId}

GET

Returns a list of users in which the source and partial user id matches the parameters.

Parameters

name description type default
userId The Id of the user. path
sourceId The Id of the source. A source specifies where the users/roles came from, for example the source Id of 'LDAP' identifies the users/roles as coming from an LDAP source. path

Response Body

element: plexus-user-list
media types: application/xml
application/json

(no documentation provided)