/user_search/{userSource}
Mount Point: /service/local/user_search/{userSource}
PUT
Returns a list of users that match the search criteria.
Parameters
name | description | type | default |
---|---|---|---|
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 |
Request Body
element: | user-search |
media types: | application/xml application/json |
(no documentation provided)
Response Body
element: | plexus-user-list |
media types: | application/xml application/json |
(no documentation provided)
GET
Returns a list of all the users managed by this a source.
Parameters
name | description | type | default |
---|---|---|---|
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)