Forum Discussion

SterlingLong's avatar
SterlingLong
Qrew Trainee
4 years ago

SCIM API

Hey guys!

The folks at the Empower event let me know that there is an API that allows me to delete users and provision users for QB called the SCIM API.
I am struggling to get it to work properly. The documentation says that "you need to use a Quick Base user with realm admin and account admin privileges" and a user token from that user. That user is me, and I have my user token.

As of right now, I am trying to pull all of the the users in my realm using this API request:

GET {SCIMBaseURL}/users

The documentation says
{SCIMBaseURL} = {BaseURL}/governance/scim/v2/
and I am assuming that BaseURL is "https://domain.quickbase.com/db/main"


I have my Authorization Header as { "Authorization": "Bearer UserToken" } as it is described in the docs as well.

What I am getting back from this is the HTML of a whole webpage, which seems incorrect based on my other API experiences.

All in all, I feel like I am doing something wrong, and any help would be greatly appreciated. Thank you!


------------------------------
Sterling Long
------------------------------

1 Reply

  • The BaseURL is "https://{your_realm}.quickbase.com"

    ------------------------------
    Erich Wehrmann
    ------------------------------