Create a new Service UserCopy Pagepost https://example.com/ums/v2/servicesBody ParamsactivebooleantruefalseroleIduuidrequiredtypestringenumrequiredINTERNAL_SERVICEEXTERNAL_SERVICEAllowed:INTERNAL_SERVICEEXTERNAL_SERVICEownerOrganizationIduuidnamestringlength between 0 and 100accessTokenExpirationInMinutesint32≥ 1Responses 201The below table describes the response parameters: ParameterTypeDescriptionExampleheadersobjectbodyobjectbody.activebooleanbody.roleIdstringA UUID formatted string3fa85f64-5717-4562-b3fc-2c963f66afa6body.typestringValues:INTERNAL_SERVICE,EXTERNAL_SERVICEbody.ownerOrganizationIdstringA UUID formatted string3fa85f64-5717-4562-b3fc-2c963f66afa6body.namestringbody.accessTokenExpirationInMinutesintegerbody.idstringbody.secretKeyDataobjectbody.secretKeyData.idstringbody.secretKeyData.creationTimestringbody.secretKeyData.secretKeystringstatusCodeobjectstatusCode.is4xxClientErrorbooleanstatusCode.errorbooleanstatusCode.is5xxServerErrorbooleanstatusCode.is1xxInformationalbooleanstatusCode.is2xxSuccessfulbooleanstatusCode.is3xxRedirectionbooleanstatusCodeValueinteger 400Code : SERVICE_TYPE_NOT_ALLOWED, Details: [attributeName, value] Code : MISSING_PARAMETERS, Details: [parameters] 401Code : TOKEN_NOT_VALID, Details: [] 403Code : ACCESS_DENIED, Details: [] 404Code : OWNER_ORGANIZATION_NOT_FOUND, Details: [id] Code : PERMISSIONS_NOT_FOUND, Details: [ids] 409Code : SERVICE_NAME_ALREADY_EXISTS, Details: [name] Code : ROLE_ALREADY_EXISTS, Details: [name] 500Code : INTERNAL_SERVER_ERROR, Details: [] 504Code : GATEWAY_TIMEOUT, Details: []Updated 5 months ago