Array of user identifiers

interface UserProfilesByIdsRequest {
    items?: UserIdentifier[];
}

Properties

Properties

items?: UserIdentifier[]