Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Read this page before using this resource.

Retrieve a user’s details using a HTTP GET request.

Resource URL

https://xxxxx.fuseuniversal.com/api/v5.0/manage/users/

Request

Request header parameters

Authorisation is required.

Use the request examples on this page as a reference.

The request examples do not include all possible parameters.

Settings and profile options will vary depending on the requirement.

Response

Security-sensitive fields may not be returned in the response.

Please refer to the Response codes guide for more information.

Example request #1

Retrieve a user’s details using their Fuse user ID.

Request URL example

https://xxxxx.fuseuniversal.com/api/v5.0/manage/users/11486988


Example request #2

Retrieve multiple user's details using their Fuse user IDs.

Request URL example

https://xxxxx.fuseuniversal.com/api/v5.0/manage/users?id=11486988,11488425


Example request #3

Retrieve a user’s details using their registered e-mail.

Request URL example

https://xxxxx.fuseuniversal.com/api/v5.0/manage/users?email=test.user@fuseuniversal.com


Example request #4

Retrieve a user’s details using any profile field name (case-sensitive).

Request URL example

https://xxxxx.fuseuniversal.com/api/v5.0/manage/users?given_name=testuser


Example request #5

Retrieve custom options - custom user profile fields (drop-downs).

Request URL example

https://xxxxx.fuseuniversal.com/api/v5.0/custom_options


Example request #6

Retrieve company user roles.

Request URL example

https://xxxxx.fuseuniversal.com/api/v5.0/roles

  • No labels