/
Lookup user (v5 and above)

Lookup user (v5 and above)

 

Read this page before using this resource.

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

Resource URL

https://<instance_name>.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.

Response

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

Example request #1

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

Request URL example

https://<instance_name>.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://<instance_name>.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://<instance_name>.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://<instance_name>.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://<instance_name>.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

 

Related content

Lookup user (v4.4 and below)
Lookup user (v4.4 and below)
More like this
Create user (v4.4 below)
Create user (v4.4 below)
More like this
Create user (v5 and above)
Create user (v5 and above)
More like this
Manage Users endpoint (v4.4 and below)
Manage Users endpoint (v4.4 and below)
More like this