Creating tokens with roles through /auth/token/create path?

Hi,

Is it possible to create a token against a role while using /auth/token/create path?
There is a “role_name” parameter, but for me it seems it is not getting applied.

Is it only possible to create a token with a role with /auth/token/create/:role_name path?

Cheers

Correct. The role_name parameter is in reference to the :role_name portion of the API endpoint.