{"oneup_user_id" : "string","app_user_id" : "string",// Indicates whether the user is active or not"active" : "boolean",},
{// would be non-empty if an error occurred during the request"error" : "string",},
this user already exists
.{"success" : "boolean","code" : "string","app_user_id" : "string","oneup_user_id" : "string","active" : "boolean",}
{// would be non-empty if an error occurred during the request"error" : "string",}
app_user_id
, but the oneup_user_id
is assigned when the user is created and cannot be changed.{"oneUpUserId" : 123456789,"success" : true}
{"oneUpUserId" : 123456789,"success" : true}
access_token
, the resources returned will be scoped to only the resources that the user has permissions to view. However, sometimes when building an app you might want to support the ability for users to grant access to other users to see certain records. This endpoint allows you to grant access to resources to arbitrary users.{"success" : true}
{"error" : "the resource owner permissions cannot be altered","success" : false}
{"success" : true}