Revoke

This method is used to revoke create or default read access rights.

Parameters

  • token

    The token got by calling Login

    Type: string

  • action

    Which action to revoke: Can be create only.

    Type: string

  • mainType

    The main type of the custom type

    Type: string

  • typeName

    The name of the custom type

    Type: string

  • user

    username (In the form Client/Username/Department) whose rights are revoked.

    Type: string

Used Return Values

  • RevokeResult

    String containing the code and the message; Separated by a comma.

    Type: string

    Examples:

    0,Success

    4, Authentication Error