You can use the imx/logout/<API project name> API method to log out of the API project.
To do this, use the POST HTTP method to send a request without content.
You can use the imx/logout/<API project name> API method to log out of the API project.
To do this, use the POST HTTP method to send a request without content.
You can define your own error messages in API methods that are suited to your use case. Use the IRead.NotFoundMessage property to do this.
Example
Method.Define("person") |
.FromTable("Person") |
.EnableRead() |
.With(m => m.NotFoundMessage = MultiLanguageStringData.FromWebTranslations("This identity could not be found.")) |
Date values in requests to change or add objects must be specified in ISO 8601 format in the client's local time zone.
Example
2016-03-19T13:09:08.123Z
API development includes a lot of asynchronous code with async/await constructs. To avoid deadlocks, use the ConfigureAwait(false) method for every await keyword.
© 2025 One Identity LLC. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center