Set external identifier for a member

Request Information

URI Parameters

Name Description Type Additional information
userId

Id for the member you want to set identifier for

integer

Required

Body Parameters

External identifier

UpdateExternalIdRequest
Name Description Type Additional information
ExternalId

string

Request Formats

application/json, text/json

Sample:
{
  "ExternalId": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Sample Request

https://api.servicereef.com/v1/members/{userId}/externalId?request={request}

Response Information

Resource Description

ApiResultModel
Name Description Type Additional information
Success

boolean
ErrorMessage

string

Try API

Try this endpoint by entering your credentials and using the API Explorer.

Try With API Explorer

Response Formats

application/json, text/json

Sample:

Sample not available.