@webitel/api-services
    Preparing search index...

    token.user.id // [required] authorization token.usage // [optional] short description

    type AddUserAccessTokenBody = {
        createdAt?: string;
        createdBy?: ApiObjectId;
        deletedAt?: string;
        deletedBy?: ApiObjectId;
        id?: string;
        token?: string;
        updatedAt?: string;
        updatedBy?: ApiObjectId;
        usage?: string;
        user?: AddUserAccessTokenBodyUser;
    }
    Index

    Properties

    createdAt?: string
    createdBy?: ApiObjectId
    deletedAt?: string
    deletedBy?: ApiObjectId
    id?: string
    token?: string
    updatedAt?: string
    updatedBy?: ApiObjectId
    usage?: string