Skip to main content

The ProfileUserRestController service displays the following operations:

  • search: to search for user profiles

Search user profile

The example below shows how to perform a user profile search.


SEARCH:

GET {{core}}/rest/profiles/{profiles}/users/{username}?max={max} HTTP/1.1
-- URL parameters --
core: FlowerDocs Core host
profiles: profile (team)
username: identifier to search
max: 1, maximum number of results returned (optional)
-- Headers --
token: {{token}}
Content-Type: application/json