@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias UserIdentitiesGrantAccessToDeviceParameters

    type UserIdentitiesGrantAccessToDeviceParameters = {
        device_id: string;
        user_identity_id: string;
    }
    Index
    device_id: string

    ID of the managed device to which you want to grant access to the user identity.

    user_identity_id: string

    ID of the user identity that you want to grant access to a device.