Skip to main content

Create Custom Object by UID

POST 

https://api.loginradius.com/identity/v2/manage/account/:uid/customobject

This API is used to write information in JSON format to the custom object for the specified account.

Request

Responses

Successful response

Request Collapse all
Base URL
https://api.loginradius.com
Parameters
— pathrequired
— queryrequired
— queryrequired
— queryrequired
Body required
{
  "customdata1": "string",
  "customdata2": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!