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

Version 1 Next »

Listed below are API request URL examples in order to obtain details of a specific User on your instance,

Lookup User

Please read this page before using this resource.

Lookup user information using a HTTP GET request.

Resource URL:

  • https://xxxxx.fuseuniversal.com/api/v4.3/manage/users/

Request

Request Header Parameters

Authorisation is required.

Please use the request example as reference.

The request example doesn’t include all the 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 page for more information.

EXAMPLE REQUEST #1

Get user details via Fuse user ID:

REQUEST URL EXAMPLE

  • https://xxxxx.fuseuniversal.com/api/v4.3/manage/users/11486988?auth_token=<valid_auth_token>


EXAMPLE REQUEST #2

Get multiple user details via Fuse user ID:

REQUEST URL EXAMPLE

  • https://xxxxx.fuseuniversal.com/api/v4.3/manage/users?auth_token=<valid_auth_token>&id=11486988,11488425


EXAMPLE REQUEST #3

Lookup user via registered e-mail:

REQUEST URL EXAMPLE

  • https://xxxxx.fuseuniversal.com/api/v4.3/manage/users?auth_token=<valid_auth_token>&email=test.user@fuseuniversal.com


EXAMPLE REQUEST #3

Lookup user via registered email:

REQUEST URL EXAMPLE

  • https://xxxxx.fuseuniversal.com/api/v4.3/manage/users?auth_token=<valid_auth_token>&username=test-user


EXAMPLE REQUEST #4

Lookup user via any profile field name (case sensitive):

REQUEST URL EXAMPLE

  • https://xxxxx.fuseuniversal.com/api/v4.3/manage/users?given_name=testuser&auth_token=<valid_auth_token>


EXAMPLE REQUEST #5

Lookup Custom Options - custom user profile fields (drop-downs):

REQUEST URL EXAMPLE

  • https://xxxxx.fuseuniversal.com/api/v4.3/custom_options?auth_token=<valid_auth_token>


EXAMPLE REQUEST #6

Lookup Company User Roles:

REQUEST URL EXAMPLE

  • https://xxxxx.fuseuniversal.com/api/v4.3/roles?auth_token=<valid_auth_token>

  • No labels