addNamespaceToUser
Associate a user and a namespace. A user can be associated to a limited number of namespaces.
addNamespaceToUser(
userId: ID!
namespaceId: ID!
): ModifyUserResponse!
Arguments
addNamespaceToUser.userId
● ID!
non-null scalar
Identifier of the user.
addNamespaceToUser.namespaceId
● ID!
non-null scalar
Identifier of the namespace.
Type
ModifyUserResponse
object
Response for mutations that modify a user.