How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kumospace Users API

The Users API from Kumospace — 26 operation(s) for users.

Kumospace Users API is one of 23 APIs that Kumospace publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 29 operations across 26 paths, and defines 43 schemas. It is described by OpenAPI 3.2.0.

Requests are made against a single base URL, /.

29 operations 26 paths 43 schemas 2 DELETE11 GET9 POST7 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
Base URL
https://api.kumospace.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Kumospace Users API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (firebase).

Paths & Operations 29

Across 26 paths, the API surfaces 29 operations — 2 DELETE, 11 GET, 9 POST, 7 PUT. Each is listed below with its method, path, parameters, and response codes.

Users 29
PUT
/v1/spaces/{name}/userRoles
Update a user role.
SetUserRole 1 param body → 200
GET
/v1/spaces/{name}/userRoles
Get user roles.
GetUserRoles 5 params → 200
PUT
/v1/spaces/{name}/userRoles/bulk
Update users roles in bulk.
SetUserRoleBulk 1 param body → 200
PUT
/v1/spaces/{name}/floorRoles
Updates an existing space's floor roles.
SetFloorRoles 1 param body → 204
GET
/v1/spaces/{name}/userRole
Get a user role by firebaseID.
GetUserRoleById 2 params → 200
GET
/v1/users/me/recentSpaces
Get user recently visited spaces.
GetUserRecentSpaces 2 params → 200
GET
/v1/users/me/recentSpaces/{name}
Get info about a user's recently visited space.
GetUserRecentSpace 1 param → 200
GET
/v1/users/me/defaultSpace
Get user default space.
GetUserDefaultSpace → 200
POST
/v1/users/fcmToken
Mobile users will send their FCM token for us to send push notifs
AddFcmToken body → 204
DELETE
/v1/users/fcmToken/{fcmToken}
De-associate FCM token from user when they logout of mobile This is to prevent users from sharing fcm tokens when logging in/out of one device
RemoveFcmToken 1 param → 204
GET
/v1/userInvitations/space/{spaceName}
Get all invitations sent for a certain space
GetInvitationsForSpace 1 param → 200
GET
/v1/invitations/{id}
Get expiring invitation details for the given id
GetExpiringInviteInfo 1 param → 200
POST
/v1/invitations
Create an expiring guest invitation
CreateExpiringInvitation body → 200
POST
/v1/userInvitations
Create and send a user invitation
CreateUserInvitation body → 200
PUT
/v1/userInvitations/{invitationId}
Create and send a user invitation
UpdateUserInvitation 1 param body → 204
DELETE
/v1/userInvitations/{invitationId}
Delete a user invitation
DeleteUserInvitation 1 param → 204
POST
/v1/userInvitations/bulk
Create and send bulk user invitations
CreateUserInvitationsBulk body → 200
POST
/v1/userInvitations/{invitationId}/resend
Resend
ResendInviteEmail 1 param → 204
POST
/v1/users/me/profile/form
Saves onboarding intake form for the user. This form will answer questions like who they are in their company and what they plan to do with Kumospace more deeply
SaveUserIntakeProfileForm body → 204
GET
/v1/users/me/profile/form/{spaceName}/response-required
Gets onboarding intake form for the user.
GetUserIntakeProfileFormStatus 1 param → 200
PUT
/v1/users/me/profile/{spaceName}
Updates a user's space-specific profile information
UpdateUserProfile 1 param body → 204
PUT
/v1/users/me
Updates a user's information
UpdateUser body → 204
GET
/v1/users/{userId}/publicInfo
Gets a user's public information
GetUserPublicInfo 1 param → 200
GET
/v1/users/{userId}/hipaaCompliant
Checks if a the user is a owner/member of a HIPAA space
IsUserHipaaCompliant 1 param → 200
GET
/v1/users/me/spaces/{spaceName}/kiosks
Get which kiosks a user has seen in a given space
GetSeenKiosks 1 param → 200
PUT
/v1/users/me/spaces/{spaceName}/kiosks
Update which kiosks a user has seen in a given space
UpdateSeenKiosks 1 param body → 200
POST
/v1/users/me/sendVerificationEmail
Send verification email for user.
SendVerificationEmail → 204
POST
/v1/users/me/bugReportdeprecated
HandleBugReport body → 204
POST
/v1/users/me/feedback
HandleUserFeedback body → 204

Schemas 43

The contract defines 43 schemas that model the data the API accepts and returns. The most detailed are UserInvitation (18 properties), DbExpiringInvitation (8 properties), DbRecentlyVisitedSpace (7 properties), ApiUserIntakeProfileFormOthers (7 properties). Each schema is shown below with its type and property counts.

ApiCreateUserInvitationBulk
object
1 property 1 required
ApiCreateUserInvitationBulkRequest
object
3 properties 3 required
ExpiryDuration.hour
string
ApiIntakeFormStatusResponse
object
1 property 1 required
DbRecentlyVisitedSpace
object
7 properties
ApiUpdateSeenKiosksRequest
object
1 property 1 required
ApiCreateExpiringInvitationRequest
object
4 properties 2 required
SpaceMetadata
UserInvitationEmailSend
object
3 properties 3 required
ExpiryDuration.oneMonth
string
ExpiryDuration.week
string
ApiUpdateUserRequest
object
2 properties
ApiUserPublicInfo
object
2 properties 1 required
ApiUserIntakeProfileForm
ApiCreateUserInvitationResponse
object
6 properties 5 required
ApiUserRole
object
6 properties 2 required
CustomerIoMessageStatus
string
ExpiryDuration.day
string
UserRole
string
The user's role and permissions within a space.
ApiUpdateUserRoleRequest
A request to update a user's role within a space.
ApiCreateUserInvitationRequest
object
4 properties 3 required
PaginatedResponse_ApiRecentlyVisitedSpace_
object
A page of items. Useful for breaking up a large dataset into smaller chunks.
2 properties 2 required
ApiUpdateUserInvitation
object
1 property 1 required
Email
string
Pattern for email
ApiUserIntakeProfileFormEvents
object
5 properties 4 required
ApiUserIntakeProfileFormFriendsAndFamily
object
5 properties 4 required
firestore.Timestamp
object
A Timestamp represents a point in time independent of any time zone or calendar, represented as seconds and fractions of seconds at nanosecond resolution in UT…
2 properties 2 required
ApiRecentlyVisitedSpace
DbExpiringInvitation
object
8 properties 6 required
ApiUserIntakeProfileFormEducation
object
4 properties 3 required
ExpiryDuration.twoWeeks
string
DbUserSpaceProfile
object
4 properties
PaginatedResponse_ApiUserRole_
object
A page of items. Useful for breaking up a large dataset into smaller chunks.
2 properties 2 required
ApiUserIntakeProfileFormOthers
object
7 properties 4 required
UserInvitation
object
18 properties 10 required
ApiUpdateSpaceFloorRolesRequest
object
A request to update an existing space's floor roles for a user.
2 properties 2 required
ValidExpiryDuration
UserFeedbackEvent
object
5 properties 5 required
DbInviteStatus
string
ClientUserRole
ApiFcmTokenRequest
object
1 property 1 required
FloorRole
string
ApiDefaultSpaceResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kumospace-users-api-openapi.yml Raw ↑

Other APIs Kumospace publishes across the network.

Kumospace Account API
Kumospace Analytics API
Kumospace Calendar API
Kumospace Chat API
Kumospace Daily (Webhook) API
Kumospace Demo API
Kumospace Flooring API
Kumospace Furniture API
Kumospace Integrations API
Kumospace MusicTrack API
Kumospace Payments API
Kumospace Recordings API
Where this information came from

This is an independent, third-party profile of Kumospace Users API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.